@media (min-width: 0px) {
  .content_left_bottom .text {
    right: 30%;
  }
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .content_left_bottom .text {
    right: 10%;
  }
}

@media (min-width: 1200px) {
  .content_left_bottom .text {
    right: 10%;
  }
}
/* .content_center {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  min-height: 365px;
  background: #ffffff;
  margin: auto;
  z-index: 100;
  padding: 20px 15px;
  box-sizing: border-box;
} */
.content_left {
  position: relative;
  /* height: 400px; */
  min-height: 325px;
  float: left;
  /* background-color: #1e54c0; */
  padding: 0;
}

.content_left .content_left_box {
  display: none;
}
.content_left .content_left_box:first-child {
  display: block;
}
.content_left_box a {
  display: none;
}
.content_left_box a:first-child{
  display: block;
}

.content_left_top img {
  width: 100%;
  margin-bottom: 100px;
  /* height: 100%; */
}
.content_left_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 105px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  box-sizing: border-box;
  background-image: url(../assets/images/dashboard/11182345CC5A3676.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.content_left_bottom .text {
  width: 140px;
  position: absolute;
  right: 10%;
  bottom: 0;
}
.content_left_bottom .text p:first-child {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
}
.content_left_bottom .text p:last-child {
  display: inline;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.5;
  text-transform: uppercase;
}
.content_middle {
  min-height: 325px;
  /* height: 325px; */
  /* height: 400px; */
  float: left;
  /* background: rgb(253, 193, 193); */
  padding: 0 10px;
}
.content_middle_nav {
  width: 100%;
  height: 45px;
  text-align: center;
  /* display: flex; */
  flex-direction: row;
  margin: 0 10px;
}
.content_middle_nav li {
  width: auto;
  display: inline-block;
  height: 45px;
  font-size: 16px;
  color: #555555;
  font-weight: bold;
  line-height: 45px;
  margin-right: 30px;
  cursor: pointer;
  box-sizing: border-box;
}
.content_middle_nav_active {
  color: #1e54c0 !important;
  border-bottom: 2px solid #1e54c0;
}
.new_box {
  display: none;
  width: 100%;
  height: auto;
}
.new_box_top {
  display: block;
  width: 100%;
  margin-top: 8px;
}
.new_box_title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #565656;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* .new_box_time {
  display: block;
  height: 25px;
  font-size: 14px;
  color: #1e54c0;
  line-height: 30px;
} */
.new_box_details {
  width: 100%;
  max-height: 50px;
  /* margin: 5px 0 3px; */
  padding: 5px 10px 3px;
  font-size: 14px;
  line-height: 20px;
  color: #868686;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 11px;
}
.news_list {
  overflow: hidden;
  width: 100%;
  padding-top: 7px;
  box-sizing: border-box;
  border-top: 1px solid #e9e9e9;
}
.news_list li {
  width: 100%;
  height: 30px;
}
.news_list li a {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 14px;
  color: #6d6c6c;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; 
}
.news_list li:hover > a {
  color: #1e54c0 !important;
}
.content_middle_nav_more {
  position: absolute;
  bottom: 0;
  left: 10;
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 30px;
}
.content_middle_nav_more {
  display: none;
}
.content_right {
  position: relative;
  /* height: 400px; */
  min-height: 325px;
  float: left;
  /* background-color: rgb(235, 139, 225); */
  padding: 0;
}
.content_right_top {
  width: 100%;
  height: 220px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f4efe7;
}
.content_right_top li {
  width: 50%;
  height: 72px;
  float: left;
  box-sizing: border-box;
}
.content_right_top li:nth-child(3) {
  height: 76px !important;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.content_right_top li:nth-child(4) {
  height: 76px !important;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.content_right_top li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.content_right_top li a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.content_right_top li a span {
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #565656;
  font-weight: bold;
}
.content_right_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 105px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  box-sizing: border-box;
  background-image: url(../assets/images/dashboard/11182353CA310576.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.content_right_bottom .text {
  width: 140px;
  position: absolute;
  bottom: 0;
  right: 10%;
}
.content_right_bottom .text p:first-child {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
}
.content_right_bottom .text p:last-child {
  display: inline;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.5;
  text-transform: uppercase;
}
